xen: arm: Do not enable EFI in dom0 since it is not yet supported.
authorSuravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Mon, 13 Oct 2014 16:17:10 +0000 (11:17 -0500)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 14 Oct 2014 09:18:05 +0000 (10:18 +0100)
commitb095ec3d8828cbc063098d57be5fbf6d7dd2fac8
treeed7d11a1f909fb8be7150a2fe2854c0b4c649a1d
parent254ddde3799c73ebc35c995fe63396a8dd17f339
xen: arm: Do not enable EFI in dom0 since it is not yet supported.

Since EFI is not yet supported in dom0, we need to remove the following
properties from the chosen node:

  * linux,uefi-mmap-start
  * linux,uefi-mmap-size
  * linux,uefi-mmap-desc-size
  * linux,uefi-mmap-desc-ver

These are added by "arch/arm/efi/efi-boot.h: fdt_add_uefi_nodes()",
and used by dom0 kernel to enable EFI.

Cc: Julien Grall <julien.grall@linaro.org>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Roy Franz <roy.franz@linaro.org>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
Reviewed-by: Roy Franz <roy.franz@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/domain_build.c